table.ht-table
  thead
    tr
      each column in columns
        th( class = column.className,
            data-class-name = column.className )
          = column.title
  tbody
  tfoot
